if (do_name() != 'Home') : ?>
include("util/comment.php"); ?>
Reference | moveto()
endif ?>Syntax | moveto(x, y) | ||
Description | The moveto() command must be called between beginpath() and endpath(). The two parameters set the location of a new origin point for the path. This would be the same as lifting the pen from a paper and putting it down somewhere else to continue drawing. | ||
Tutorial | Paths | ||
Example |
|